﻿@font-face {
	font-family: TENSANS-BOLD;
	src: url('../images/TENSANS-BOLD.OTF');
	src: url("../images/TENSANS-BOLD.ttf") format("truetype");
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

@media only screen and (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}


/*头部样式*/

#header {
	height: 80px;
	position: relative;
	background: #444444;
	z-index: 12;
}

.logo {
	width: 250px;
	height: 80px;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
}

#header .works a {
	height: 80px;
	display: block;
	line-height: 80px;
	font-size: 14px;
	color: #9a9a9a;
	position: relative;
	margin: 0 17.5px;
	transition: 350ms;
}

#header .works a:hover {
	color: #fff;
}

#header .works a:first-child {
	margin-right: 0;
}

#header .works a:first-child:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 2px;
	left: -18.5px;
	top: calc(50% - 7px);
	background: #a6a6a6;
}

#header .tel {}

#header .menu_icon {
	position: absolute;
	top: 35%;
	right: 5%;
	width: 8%;
}

@media all and (max-width: 992px) {
	#header .logo {
		height: 70px;
	}
	.logo img {
		max-height: 100%;
		max-width: none
	}
}


/*pc导航*/

.pc_menu {
    background: #313131;
    box-shadow: 0px 0px 5px 0px #333;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.pc_menu .row {
	margin-left: -9%;
	margin-right: -9%;
}

.pc_menu .menu .nLi {
	float: left;
	width: 16.6%;
	position: relative;
	box-sizing: border-box;
}

.pc_menu .menu .nLi h3 {
	padding: 18px 0 17px;
	font-size: 16px;
	box-sizing: border-box;
}

.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #181818;
	line-height: 15px;
	height: 16px;
	font-size: 16px;
	color: #fff;
	transition: 350ms;
}

.pc_menu .menu .nLi:hover h3 a {
	color: #da251c;
}

.pc_menu .menu .nLi .menu_2 {
	display: none;
	background: rgba(49, 49, 49, 0.5);
	position: absolute;
	top: 51px;
	width: 100%;
	z-index: 10;
	padding: 15px 0;
}

.pc_menu .menu .nLi .menu_2 li a {
	display: block;
	color: #fff;
	line-height: 35px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 3%;
}

.pc_menu .menu .nLi .menu_2 li a:hover {
	text-decoration: none !important;
	color: #DA251C;
}


/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	max-width: 5%;
	padding: 10px 5px
}


/*箭头的设置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
#banner .owl-theme .owl-controls .owl-nav .owl-next img {
	max-width: 80%
}

#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}

#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner,
#banner a {
	height: 770px;
}

.inner_banner #owl-demo,
.inner_banner #owl-demo .owl-wrapper-outer,
.inner_banner #owl-demo .owl-wrapper,
.inner_banner #owl-demo .owl-item,
.inner_banner,
.inner_banner a {
	height: 475px !important;
}
#mbanner {
	position: relative;
	overflow: hidden;
}
#mbanner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}
#mbanner .owl-theme .owl-controls .owl-nav .owl-prev,
#mbanner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	max-width: 5%;
	padding: 10px 5px
}
#mbanner .owl-theme .owl-controls .owl-nav .owl-prev img,
#mbanner .owl-theme .owl-controls .owl-nav .owl-next img {
	max-width: 80%
}

#mbanner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#mbanner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}

#mbanner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#mbanner,
#mbanner a {
	height: 770px;
}

/*大图下方点点的位置*/

#mbanner .owl-theme .owl-controls .owl-nav .owl-prev,
#mbanner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	max-width: 5%;
	padding: 10px 5px
}
#mbanner a {
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
/*大图记得修改高度*/

#banner a {
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#mbanner,
	#mbanner a {
		height: 665px !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#mbanner,
	#mbanner a {
		height: 620px !important;
	}
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#mbanner,
	#mbanner a {
		height: 500px !important;
	}
}
@media only screen and (min-width:400px) and (max-width: 500px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#mbanner,
	#mbanner a {
		height: 420px !important;
	}
}
@media only screen and (max-width: 400px){
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#mbanner,
	#mbanner a {
		height: 340px;
	}	
}
@media only screen and (max-width: 768px) {

	#mbanner .owl-theme .owl-controls .owl-nav .owl-prev img,
	#mbanner .owl-theme .owl-controls .owl-nav .owl-next img {
		max-width: 100%
	}
	#mbanner .owl-theme .owl-controls .owl-nav .owl-prev,
	#mbanner .owl-theme .owl-controls .owl-nav .owl-next {
		padding: 5px;
	}
	/*箭头的设置*/
	#mbanner .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 0%;
		bottom: 45%
	}
	#mbanner .owl-theme .owl-controls .owl-nav .owl-next {
		right: 0%;
		bottom: 45%
	}	
}
@media all and (max-width: 992px) {
	.inner_banner #owl-demo,
	.inner_banner #owl-demo .owl-wrapper-outer,
	.inner_banner #owl-demo .owl-wrapper,
	.inner_banner #owl-demo .owl-item,
	.inner_banner,
	.inner_banner a {
		height: 155px !important;
	}
}

@media only screen and (max-width: 992px) {
	#header {
		height: 70px;
	}
	#header .logo {
		height: 40px;
		margin-left: 10px;
		margin-top: 15px;
	}
	.logo a {
		display: table-cell;
		width: 100%;
		height: 40px;
		vertical-align: middle;
	}
}


/*pc右侧快捷按钮*/

.right_nav {}

.right_nav .aside li>p,
.right_nav .aside>li>div {
	background-color: #444444;
	color: #fff;
}

.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}

.right_nav .aside>li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 8px;
	cursor: pointer;
	border-radius: 8px;
	position: relative;
	border: 1px solid #fff;
}

.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
	border-radius: 8px;
	overflow: hidden;
}

.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 50%;
	transition: 350ms;
}


/*.right_nav .aside>li p:hover img {
	width: 60%;
}*/

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	background-image: url(../images/global/white_bg.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
}

.right_nav .aside>li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.right_nav .aside>li .qq_online .qq_online_box {
	margin-top: 11px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li {
	line-height: 35px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li a {
	color: #fff
}

.right_nav .aside>li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}

.right_nav .aside>li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}

.right_nav .aside>li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}

.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}

.right_nav .aside>li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}

.right_nav .aside>li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/global/black_bg.png);
}

.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}

.content {}

.inner_content {
	width: 78%;
	margin: 0 auto;
}

#v_box {
	width: 800px;
	padding-bottom: 40px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 522222;
	margin-top: -305px;
	margin-left: -400px;
	border-radius: 5px;
	box-shadow: #333 0px 0px 10px;
	_position: absolute;
	border: 1px solid #333\0;
	display: none;
}

#shut {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	top: 8px;
	right: 10px;
	color: #333;
	font-size: 30px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

#v_box h3 {
	color: #333;
	height: 46px;
	font-size: 18px;
	padding-left: 28px;
	line-height: 46px;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 5px;
}

#v_box div {
	width: 750px;
	margin: 0 auto;
	height: 420px;
	background: #000;
}

@media only screen and (max-width: 992px) {
	#v_box {
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-top: 0;
		transform: translateY(-50%);
	}
	#v_box div {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#v_box h3 {
		height: 30px;
		font-size: 16px;
		padding-left: 16px;
		line-height: 34px;
		overflow: hidden;
		font-weight: normal;
		margin-bottom: 5px;
	}
	#v_box #shut {
		bottom: 5px;
	}
	#v_box div video {
		width: 100% !important;
		height: 300px;
	}
}

.page_content .container {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.about {
	background: #f4f4f4;
	padding-top: 120px;
	padding-bottom: 118px;
}

.about .video {
	width: 52.9%;
	box-shadow: 0px 12px 10px 2px #dedede;
}

.about .video>div.video_p {
	width: 100%;
	height: 480px;
	position: relative;
	background: #e7e5ec;
	cursor: pointer;
}

.about .video>div i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	background: rgba(0, 0, 0, 0.75);
}

.about .video>div img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.about .video .video1 {
	margin-bottom: 15px;
}

.about .txt {
	width: 47.1%;
	padding-left: 6.2%;
}

.about .txt .com_name {
	padding-top: 10px;
	padding-bottom: 28px;
	margin-bottom: 50px;
	position: relative;
}

.about .txt .com_name:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	background: #1f1b18;
	bottom: 0;
}

.about .txt .com_name .p1 {
	font-size: 24px;
	color: #1f1b18;
	height: 24px;
	line-height: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}

.about .txt .com_name .p2 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #1f1b18;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.about .txt>.p1 {
	width: 60%;
	color: #1f1b18;
	font-size: 34px;
	line-height: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 45px;
}

.about .txt>.p2 {
	color: #a6a7ac;
	font-size: 14px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 135px;
	text-overflow: ellipsis;
	margin-bottom: 28px;
}

.about .more {
	display: block;
	width: 130px;
	border: 1px solid #dddddd;
	box-sizing: content-box;
	text-align: center;
	color: #090909;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	background: #FFFFFF;
}

.part .title {
	text-align: center;
	padding-top: 115px;
	padding-bottom: 32px;
	position: relative;
}

.part .title:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 36px;
	left: calc(50% - 18px);
	bottom: 0;
	background: #000000;
}

.part .title .p1 {
	margin-bottom: 20px;
}

.part .title .p1 .name {
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	height: 32px;
}

.part .title .p1 .en_name {
	font-family: "TENSANS-BOLD";
	color: #ffd600;
	font-size: 44px;
	line-height: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 460px;
}

.part .title .p2 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	color: #cacaca;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.about {
		padding-top: 50px;
	}
	.inner_content {
		width: 85%;
	}
	.about .video {
		width: 100%;
	}
	.about .video>div.video_p {
		height: auto;
	}
	.about .video>div img {
		position: inherit;
	}
	.about .txt {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.about .txt .com_name {
		padding-top: 0;
		padding-bottom: 18px;
		margin-bottom: 35px;
	}
	.about .txt .com_name .p1 {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.about .txt .com_name .p2 {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
	}
	.about .txt .com_name:after {
		width: 50px;
	}
	.about .txt>.p1 {
		width: 90%;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
		height: auto;
		max-height: 64px;
	}
	.about .txt>.p2 {
		line-height: 22px;
		-webkit-line-clamp: 5;
		margin-bottom: 28px;
		max-height: 110px;
	}
	.about .more {
		width: 105px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.about {
		padding-bottom: 62px;
	}
	.part .title {
		padding-top: 55px;
		padding-bottom: 18px;
	}
	.part .title:after {
		width: 24px;
		left: calc(50% - 12px);
	}
	.part .title .p1 {
		margin-bottom: 4px;
	}
	.part .title .p1 .name {
		font-size: 20px;
		max-width: 120px;
		line-height: 20px;
		height: 20px;
	}
	.part .title .p1 .en_name {
		font-size: 26px;
		line-height: 26px;
		height: 26px;
		max-width: 210px;
	}
	.about .video>div i img {
		width: 40px;
	}
}

.product .inner .list {
	text-align: center;
}

.product .inner .list a {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	border: 1px solid #dddddd;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	box-sizing: content-box;
	padding: 0 70px;
	margin: 38px 15px 85px;
}

.product .inner .list a:hover {
	color: #FFFFFF;
	background: #444444;
	border-color: #444444;
	text-decoration: none !important;
}

.product .inner .part_le {
	height: 700px;
	position: relative;
}

.product .inner .part_le,
.product .inner .part_ri {
	width: 50%;
	overflow: hidden;
}

.product .inner .part_ri .item {
	display: block;
	width: 50%;
	height: 350px;
	position: relative;
	overflow: hidden;
	float: left;
}

.product .inner .part_ri .item a.pic,
.product .inner .part_ri .item a.txt {
	width: 100%;
	display: block;
	height: 100%;
}

.product .inner .part_le>img,
.product .inner .part_ri .item a.pic>img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	transition: 450ms;
}

.product .inner .part_le:hover img,
.product .inner .part_ri .item:hover .pic img {
	transform: scale(1.08);
}

.product .inner .part_le .mask,
.product .inner .part_ri .item .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: 350ms;
}

.product .inner .part_le:hover .mask {
	left: 100%;
}

.product .inner .part_le .mask span:nth-child(1) {
	position: absolute;
	width: 16.8%;
	border: 8px solid #ffd600;
	text-align: center;
	font-size: 36px;
	color: #ffd600;
	box-sizing: border-box;
	line-height: 62px;
	padding: 18px 2%;
	top: 50%;
	transform: translateY(-50%);
	left: 21%;
}

.product .inner .part_le .mask span:nth-child(2) {
	position: absolute;
	width: 31%;
	font-size: 42px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 40%;
	line-height: 46px;
	display: -webkit-box;
	overflow: hidden;
	height: 92px;
}

.product .inner .part_ri .item .txt {
	right: 0;
	left: auto;
}

.product .inner .part_ri .item:hover .txt {
	right: 100%;
}

.product .inner .part_ri .item .txt {
	position: absolute;
}

.product .inner .part_ri .item .txt>a {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% - 75px);
	width: 100%;
}

.product .inner .part_ri .item .txt i {
	position: relative;
	height: 88px;
	width: 88px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #ffd600;
	left: 0;
	margin-bottom: 42px;
}

.product .inner .part_ri .item .txt i:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 44px;
	background: #ffd600;
	left: calc(50% - 22px);
	bottom: -27px;
}

.product .inner .part_ri .item .txt i span.icon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.product .inner .part_ri .item:nth-child(1) .txt i span.icon {
	background: url(../images/pro_icon1.png) center no-repeat;
}

.product .inner .part_ri .item:nth-child(2) .txt i span.icon {
	background: url(../images/pro_icon2.png) center no-repeat;
}

.product .inner .part_ri .item:nth-child(3) .txt i span.icon {
	background: url(../images/pro_icon3.png) center no-repeat;
}

.product .inner .part_ri .item:nth-child(4) .txt i span.icon {
	background: url(../images/pro_icon4.png) center no-repeat;
}

.product .inner .part_ri .item .txt>a>span {
	line-height: 20px;
	height: 20px;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.product .area .items {
	display: none;
}

.tab_current {
	background: #444444 !important;
	border-color: #444444 !important;
	color: #FFFF !important;
}

@media only screen and (min-width: 992px) and (max-width: 1410px) {
	.product .inner .part_le .mask span:nth-child(1) {
		width: 22%;
		padding: 16px 2% 18px;
		left: 21%;
		height: 235px;
	}
	.product .inner .part_le .mask span:nth-child(2) {
		width: 50%;
		left: 48%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.product .inner .part_le .mask span:nth-child(2) {
		width: 30%;
		font-size: 16px;
		line-height: 24px;
		height: auto;
		max-height: 48px;
		left: 36%;
	}
}

@media only screen and (max-width: 992px) {
	.product .area .items {
		width: calc(100% - 24px);
		margin: 0 auto;
	}
	.product .inner .list a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 18px;
		margin: 40px 4px 35px;
	}
	.product .inner .part_le,
	.product .inner .part_ri {
		width: 100%;
	}
	.product .inner .part_le>img,
	.product .inner .part_ri .item a.pic>img {
		position: inherit;
	}
	.product .inner .part_le {
		height: auto;
	}
	.product .inner .part_ri .item .txt>a {
		top: calc(50% - 38px);
	}
	.product .inner .part_ri .item {
		height: auto;
	}
	.product .inner .part_ri .item .txt i {
		height: 40px;
		width: 40px;
		margin-bottom: 20px;
	}
	.product .inner .part_ri .item .txt i span.icon {
		background-size: 80% !important;
	}
	.product .inner .part_ri .item .txt i:after {
		width: 20px;
		left: calc(50% - 10px);
		bottom: -12px;
	}
	.product .inner .part_ri .item .txt a>span {
		line-height: 16px;
		height: 16px;
		font-size: 16px;
	}
	.product .inner .part_le .mask span:nth-child(1) {
		width: 16%;
		border: 4px solid #ffd600;
		font-size: 14px;
		line-height: 24px;
		padding: 8px 1.5%;
		left: 18%;
	}
	.product .inner .part_le .mask span:nth-child(2) {
		width: 40%;
		font-size: 14px;
		left: 38%;
		line-height: 18px;
		height: auto;
		max-height: 36px;
	}
}

.patent {}

.patent .title .p1 .en_name {
	height: 47px;
}

.patent .title {
	position: relative;
	margin-bottom: 75px;
}

.patent .inner {
	position: relative;
	padding-left: 8%;
	padding-right: 8%;
}

.patent .inner .items {}

.patent .inner .item {
	float: left;
	padding: 10px;
	padding-bottom: 6px;
}

.patent .inner .item>div {
	position: relative;
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	overflow: hidden;
}

.patent .inner .item>div img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.patent .inner .swiper-button-prev {
	background: url(../images/sw_prev.png) no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.patent .inner .swiper-button-next {
	background: url(../images/sw_next.png) no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.patent .more {
	display: block;
	width: 130px;
	border: 1px solid #dddddd;
	box-sizing: content-box;
	text-align: center;
	color: #090909;
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	right: -15px;
	bottom: 65px;
	position: absolute;
}

.more:hover {
	color: #fff;
	background: #444;
	border-color: #444;
}

@media only screen and (max-width: 992px) {
	.patent .title .p1 .en_name {
		height: 30px;
	}
	.patent .inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	.patent .more {
		width: 105px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		left: calc(50% - 52.5px);
		bottom: -62.5px;
	}
	.patent .title {
		margin-bottom: 90px;
	}
	.patent .inner .item>div {
		height: 190px;
		border-radius: 5px;
		box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
	}
	.patent .inner .swiper-button-next {
		background-size: auto 70%;
		right: 0;
		width: 16px;
		height: 28px;
		margin-top: 0;
		top: calc(50% - 14px);
		background-position-y: center;
	}
	.patent .inner .swiper-button-prev {
		background-size: auto 70%;
		left: 0;
		width: 16px;
		height: 28px;
		margin-top: 0;
		top: calc(50% - 14px);
		background-position-y: center;
	}
	.patent .inner .item {
		padding-bottom: 5px;
	}
}


/*底部样式*/

#footer {
	padding-top: 250px;
	background: #444444;
	margin-top: -120px;
}

.inner_footer {
	margin-top: 0 !important;
	padding-top: 110px !important;
}

#footer .footer_logo {
	width: 20%;
	height: 135px;
}

#footer .footer_logo a {
	width: 20%;
	height: 135px;
	display: table-cell;
	vertical-align: middle;
}

#footer .footer_logo a img {
	width: 100%;
}

#footer .copyright {
	text-align: left;
	position: relative;
}

#footer .footer_menu {
	width: 54%;
	margin-left: 10%;
}

#footer .footer_menu .nLi {
	float: left;
	width: 16.6%;
}

#footer .footer_menu .nLi>h3>a {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	height: 16px;
	text-align: center;
	display: block;
	margin-bottom: 17px;
	overflow: hidden;
}

#footer .footer_menu .nLi .menu_2 li {
	padding: 0 10px;
}

#footer .footer_menu .nLi .menu_2 li a {
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 18px;
	color: #939393;
}

#footer .erweima {
	text-align: center;
}

#footer .erweima img {
	height: 115px;
	width: 115px;
}

#footer .erweima span {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	color: #cccccc;
	letter-spacing: 10px;
	padding-left: 10px;
}

#footer .bottom {
	border-top: 1px solid #4a4a4a;
	padding: 22px 0;
}

#footer .bottom .footer_txt {
	font-size: 12px;
	line-height: 12px;
	color: #939393;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
}

#footer .copyright .copyright_con {
	color: #939393;
	padding-left: 15px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
}

#footer .copyright .copyright_con a {
	color: #fff
}

#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}

#footer .copyright .top img {
	width: 80%;
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}

#footer .copyright .top:before {
	background-image: url(../images/global/black_bg.png);
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	#footer .footer_logo a {
		height: 90px;
	}
	#footer .bottom .footer_txt {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		text-align: center;
		max-width: none;
	}
	#footer .copyright .copyright_con {
		width: 100%;
		text-align: center;
		max-width: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#footer {
		padding-top: 190px;
		margin-top: -120px;
	}
	#footer .footer_menu {
		width: 58%;
		margin-left: 5%;
	}
	#footer .erweima img {
		height: 100px;
		width: 100px;
	}
	#footer .erweima span {
		letter-spacing: 6px;
		padding-left: 6px;
	}
}

@media only screen and (max-width:992px) {
	.inner_footer {
		margin-top: 0 !important;
		padding-top: 10px !important;
		padding-bottom: 10px;
	}
	#footer {
		padding-top: 78px;
		margin-top: -45px;
		padding-bottom: 10px;
	}
	#footer .inner_content {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer .bottom {
		padding: 0;
		text-align: center;
		padding-bottom: 15px;
	}
	#footer .copyright .copyright_con {
		padding-left: 0;
		line-height: 18px;
		text-align: center;
		max-width: none;
		width: 100%;
	}
}


/*wap底部快捷按钮*/

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 12px 0 15px;
	z-index: 15;
	background: #444444;
	border-top: 1px solid #707070;
}

.wap_footer dl {
	width: 16.6%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 24px;
}

.wap_footer dd {
	color: #d2d2d2;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	margin-top: 5px;
}

.wap_footer dl dt img {
	width: 32%;
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
	.wap_footer dl dt img {
		width: 20%;
	}
}


/*手机底部搜索*/

.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #444;
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #333;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}


/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../images/global/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	position: fixed;
	height: 100%;
	text-align: left;
	z-index: 101;
	background: #444;
	overflow-y: scroll
}

.wap_menu {
	width: 250px;
	top: 0px;
	left: -250px;
}


/*导航从左边滑进*/


/*.wap_menu {width: 250px;top: 0px;right: -250px;}*/


/*导航从右边滑进*/


/*.wap_menu {width: 100%;top: -100%;left:0px; }*/


/*导航从上边滑进*/

.wap_menu li.menu_tit {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main {
	overflow: hidden;
}


/*pc侧边栏分类样式*/

.main_center {
	position: relative;
	margin-top: 35px;
}

.main_center .mask1 {
	position: absolute;
	width: 9%;
	background: #FFFFFF;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
}

.main_center .mask2 {
	position: absolute;
	width: 9%;
	background: #FFFFFF;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 12;
}

.inner_menu {
	margin: 0 auto 100px;
	text-align: center;
	width: 80%;
	overflow: inherit;
	z-index: 11;
}

.inner_menu .menu_li {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #dddddd;
	color: #FFFFFF;
	position: relative;
	box-sizing: border-box;
	margin: 0 0;
}

.inner_menu .menu_li:hover {
	background: #444444;
}

.inner_menu .menu_li .wap_menu1 {
	text-align: center;
	color: #000000;
	font-size: 16px;
}

.inner_menu .menu_li .wap_menu1 p.icon {
	height: 100%;
	width: 6px;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}

.inner_menu .wap_menu2 {
	background: #444444;
	position: absolute;
	width: 100%;
	top: 46px;
	padding: 5px 10px 10px;
	display: none;
	opacity: 1;
	left: 0;
	transition: 350ms;
	z-index: 20;
}

.wap_menu2_cur {
	display: block !important;
}

.inner_menu .wap_menu2 a {
	overflow: hidden;
}

.inner_menu .menu_li .wap_menu2 a:hover {
	color: #ffd600;
}

.inner_menu .wap_menu2:before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	left: 50%;
	height: 1px;
	background: #696969;
	top: -8px;
	transform: translateX(-50%);
}

.inner_menu .menu_li .wap_menu2 a {
	display: block;
	overflow: hidden;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inner_menu .menu_li:hover a {
	color: #FFFFFF;
}

.inner_menu .menu_li.wap_menu1_current a {
	color: #FFFFFF;
}

.main .swiper-button-prev,
.main .swiper-button-next {
	height: 48px;
	width: 52px;
	display: block;
}

.main_center .swiper-button-prev {
	background: url(../images/sw_prev.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	z-index: 12;
}

.main_center .swiper-button-next {
	background: url(../images/sw_next.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	z-index: 12;
}

.menu_li_no_sw {
	margin: 0 6px !important;
}

.wap_menu1_current {
	background: #444444;
	border-color: #444444;
}

.article {
	margin-bottom: 135px;
}

.article .inner_content {
	width: 87%;
}

@media only screen and (max-width: 992px) {
	.article {
		margin-bottom: 70px;
	}
	.main .inner_menu {
		width: 76%;
		margin-bottom: 55px;
	}
	.inner_menu .menu_li {
    width: 100px;
    height: 36px;
    line-height: 36px;
     }
	.inner_menu .menu_li .wap_menu1 {
		font-size: 14px;
	}
	.menu_li_no_sw {
		margin: 0 4px !important;
	}
	.inner_menu .wap_menu2 {
		top: 34px;
	}
	.main_center .mask2,
	.main_center .mask1 {
		width: 11%;
	}
	.main .swiper-button-prev,
	.main .swiper-button-next {
		height: 36px;
		width: 38px;
		display: block;
	}
	.inner_menu .menu_li .wap_menu1 p.icon {
		width: 5px;
		margin-left: 0;
	}
	.inner_menu .wap_menu2:before {
		top: -2px;
	}
}


/*新闻详情页样式，若不需要请删除*/

.news_detail .title {
	padding-bottom: 0px;
	text-align: center;
	padding-top: 130px;
}

.news_detail .title:after {
	display: none;
}

.news_detail .title h3 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
	color: #383838;
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
}

.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 5px;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 14px;
	position: relative;
	padding-left: 20px;
	margin-right: 32px;
}

.news_detail .title .box div i,
.news_detail .title .box a i {
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.news_detail .title .box div i img,
.news_detail .title .box a i img {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
}

.news_detail .title .box .back {
	float: left;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 14px;
	position: relative;
	padding-left: 20px;
}

.news_detail .news_detail_content {
	margin-top: 110px;
}

.news_detail .pageTurning {
	margin-top: 200px;
}

@media only screen and (max-width: 992px) {
	.news_detail .title {
		padding-top: 30px;
	}
	.news_detail .title h3 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 18px;
	}
	.news_detail .title .box div {
		font-size: 12px;
		line-height: 12px;
		position: relative;
		padding-left: 15px;
		margin-right: 25px;
	}
	.news_detail .title .box div i,
	.news_detail .title .box a i {
		height: 12px;
		width: 12px;
	}
	.news_detail .title .box .back {
		font-size: 12px;
		line-height: 12px;
		padding-left: 15px;
	}
	.news_detail .news_detail_content {
		margin-top: 30px;
	}
	.news_detail .pageTurning {
		margin-top: 40px;
	}
}


/*产品详情页样式，若不需要请删除*/

.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.product_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images>img {
	width: 50%;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pageTurning {
	margin-top: 95px;
}

.pageTurning i {
	display: inline-block;
	font-style: normal;
	font-size: 20px;
	height: 30px;
	width: 15px;
	vertical-align: top;
	line-height: 28px;
	color: #a0a0a0;
}

.pageTurning a {
	color: #A0A0A0;
}

.pageTurning .prevs,
.pageTurning .nexts {
	background: #444;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	color: #a0a0a0;
}

.pageTurning .prevs:hover,
.pageTurning .nexts:hover,
.pageTurning .prevs:hover i,
.pageTurning .nexts:hover i,
.pageTurning .prevs:hover a,
.pageTurning .nexts:hover a {
	color: #FFFFFF;
}

.pageTurning .prevs {
	margin-bottom: 7px;
}

.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

.page_box {
	text-align: center;
	display: block;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #aaa;
	border-color: #aaa
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	border-color: #444;
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
	color: #666
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #666
}

.list-img {
	margin: 0 -7.5px;
}

.list-img>ul>li {
	text-align: center;
	padding: 0 7.5px;
	margin-bottom: 30px;
}

.list-img>ul>li a .text_area {
	color: #000;
	line-height: 250%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-img>ul>li a .img_area {
	width: 100%;
	border: solid 1px #999;
	position: relative
}

.list-img>ul>li a .img_area img {
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto
}


/*专利页面*/

.patent_list .items {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 80px;
}

.patent_list .item {
	display: block;
	float: left;
	width: 25%;
	height: 300px;
	margin-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
}

.patent_list .item>a {
	position: relative;
	height: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	overflow: hidden;
}

.patent_list .item>a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

@media only screen and (max-width: 992px) {
	.patent_list .items {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 75px;
	}
	.patent_list .item {
		display: block;
		float: left;
		width: 50%;
		height: auto;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.patent_list .item:nth-last-child(1),
	.patent_list .item:nth-last-child(2) {
		margin-bottom: 0;
	}
	.patent_list .item>a img {
		position: inherit;
	}
	.patent_list .item>a {
		box-shadow: none;
		border: 1px solid #f4f4f4;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0;
	}
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0;
	}
}

.pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #444;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #444;
	border-color: #444;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #444;
}

.pro_case {
	padding-bottom: 1005px;
	position: relative;
}

.product_list {
	position: absolute;
	width: 100%;
	left: 0;
	top: 408px;
	margin-bottom: 0 !important;
}

.product_list .item {
	display: block;
	width: 25%;
	height: 350px;
	position: relative;
	overflow: hidden;
	float: left;
}

.product_list .item .pic {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.product_list .item .pic>img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	transition: 450ms;
}

.product_list .item .txt {
	position: absolute;
	width: 100%;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transform: scale(0);
	transition: 350ms;
	top: 0;
}

.product_list .item .txt a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 75px);
	margin: auto;
}

.product_list .item:hover .txt {
	transform: scale(1);
}

.product_list .item .txt i {
	height: 88px;
	width: 88px;
	line-height: 88px;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-family: arial;
	text-align: center;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #ffd600;
	left: 0;
	margin-bottom: 42px;
}

.product_list .item .txt i:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 44px;
	background: #ffd600;
	left: calc(50% - 22px);
	bottom: 40px;
}

.product_list .item .txt span.icon {
	font-size: 12px;
	color: #444444;
	text-align: center;
	line-height: 88px;
}

.product_list .item .txt a>span {
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	line-height: 20px;
}

.product_list .page_box {
	margin-top: 130px;
}

.product_images {
	height: 490px;
	width: 100%;
	position: relative;
}

.product_images .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.product_images .swiper-slide {
	background-size: cover;
	background-position: center;
}

.product_images .gallery-top {
	height: 100%;
	width: 76.5%;
}

.product_images .gallery-thumbs {
	height: calc(100% - 100px);
	width: 23.5%;
	box-sizing: border-box;
	padding-left: 4.5%;
	margin-top: 50px;
}

.product_images .gallery-thumbs .swiper-slide {
	opacity: 1;
	width: 100% !important;
}

.product_images .gallery-thumbs .swiper-slide-thumb-active {
	border: 5px solid #dee0df;
	box-sizing: border-box;
}

.product_images .swiper-button-prev,
.product_images .swiper-button-next {
	height: 35px;
	width: 19%;
	box-sizing: border-box;
	display: block;
	border: 1px solid #000000;
	margin: 0;
}

.product_images .swiper-button-prev {
	background: url(../images/inner_prev.png) no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	left: auto;
}

.product_images .swiper-button-next {
	background: url(../images/inner_next.png) no-repeat;
	background-position: center;
	bottom: 0;
	right: 0;
	top: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.product_name {
	width: 100%;
	height: 52px;
	position: relative;
	background: #444444;
	margin-top: 40px;
	padding-left: 45px;
}

.product_name span {
	display: inline-block;
	max-width: 60%;
	height: 52px;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 52px;
	text-overflow: ellipsis;
}

.product_name a {
	height: 50px;
	width: 19%;
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 16px;
	line-height: 50px;
	color: #444444;
	text-align: center;
	background: #ffd600;
}

.product_txt {
	padding: 100px 60px 90px;
	position: relative;
	margin-top: 105px;
	border: 1px solid #707070;
}

.product_txt .under {
	width: calc(46.5% + 28px);
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 55px;
	top: -27.5px;
}

.product_txt .tit {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: block;
	font-style: normal;
	height: 55px;
	width: calc(100% - 28px);
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	color: #000000;
	background: url(../images/de_tit_bg.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 0 10%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 700px) and (max-width: 992px) {
	.product_txt .tit {
		background-size: 100% 100% !important;
		height: 38px !important;
		line-height: 38px !important;
	}
}

@media only screen and (max-width: 992px) {
	.pro_case {
		padding-bottom: 0;
		position: relative;
	}
	.product_list {
		position: inherit;
		width: 100%;
		margin: 0 auto;
	}
	.product_list .item {
		width: 50%;
		height: auto;
		background: none;
		margin-bottom: 15px;
	}
	.product_list .item .pic>img {
		position: inherit;
	}
	.product_list .item .txt a {
		position: inherit;
	}
	.product_list .item .txt {
		position: inherit;
		padding-top: 0;
		height: auto;
		background: #fff;
		transform: scale(1);
	}
	.product_list .item .txt a>span {
		color: #000000;
		font-size: 14px;
		line-height: 50px;
	}
	.product_list .page_box {
		margin: 55px auto 85px;
	}
	.product_detail .inner_content {
		width: 100%;
	}
	.product_images {
		height: 215px;
	}
	.product_images .swiper-button-prev,
	.product_images .swiper-button-next {
		height: 15px;
		background-size: auto 45% !important;
	}
	.product_images .gallery-thumbs {
		height: calc(100% - 42px);
		margin-top: 21px;
	}
	.product_name {
		height: 32px;
		margin-top: 18px;
		padding-left: 10px;
	}
	.product_name span {
		max-width: 60%;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
	.product_name a {
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.product_txt {
		padding: 40px 15px 60px;
		margin-top: 40px;
	}
	.product_txt .under {
		width: 60%;
		height: 34px;
		top: -17px;
	}
	.product_txt .tit {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		color: #000000;
		background-size: 100% 100%;
		padding: 0 10%;
	}
	.pageTurning {
		margin-top: 90px;
	}
	.pageTurning i {
		font-size: 18px;
		height: 28px;
		width: 12px;
		line-height: 28px;
	}
	.pageTurning .prevs {
		margin-bottom: 5px;
	}
	.pageTurning .prevs,
	.pageTurning .nexts {
		line-height: 28px;
		height: 28px;
		font-size: 12px;
	}
	.pageTurning .prevs a,
	.pageTurning .nexts a {
		font-size: 12px;
	}
}

.news_list .item {
	margin-bottom: 58px;
	position: relative;
	transition: 350ms;
	height: 190px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #fff;
}

.news_list .item:last-child {
	margin-bottom: 0px;
}

.news_list a.pic {
	display: block;
	width: 260px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 350ms;
}

.news_list a.pic img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 350ms;
}

.news_list a.txt {
	display: block;
	width: 100%;
	float: left;
	padding-left: 284px;
	padding-top: 38px;
}

.news_list a.txt .p1 {
	color: #383838;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
}

.news_list a.txt .p2 {
	color: #636363;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news_list a.txt .p3 {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #6c6c6c;
	position: relative;
	padding-left: 20px;
}

.news_list a.txt .p3 i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 14px;
	width: 14px;
	background: url(../images/news_point.jpg) no-repeat;
	background-position: center;
}

.news_list i.more {
	height: 33px;
	width: 33px;
	display: block;
	font-style: normal;
	line-height: 33px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 12px;
	opacity: 0;
	background: #444444;
	transition: 350ms;
}

.news_list .item:hover {
	border-color: #444;
}

.news_list .item:hover a.pic {
	transition: 350ms;
	width: 252px;
	height: 174px;
	top: 8px;
	left: 8px;
}

.news_list .item:hover i.more {
	opacity: 1;
}

.news_list .items {
	margin-bottom: 95px;
}

@media only screen and (max-width: 992px) {
	.news_list a.pic {
		width: 160px;
		height: 115px;
		float: left;
		position: relative;
	}
	.news_list a.txt {
		display: block;
		width: calc(100% - 160px);
		float: left;
		padding-left: 12px;
		padding-top: 18px;
	}
	.news_list .item {
		margin-bottom: 32px;
		position: relative;
		transition: 350ms;
		height: auto;
		box-sizing: content-box;
		border: 1px solid #fff;
	}
	.news_list i.more {
		display: none;
	}
	.news_list a.txt .p1 {
		font-size: 14px;
		line-height: 14px;
		height: 14px;
		margin-bottom: 16px;
	}
	.news_list a.txt .p2 {
		font-size: 12px;
		line-height: 16px;
		height: auto;
		margin-bottom: 8px;
		max-height: 32px;
	}
	.news_list a.txt .p3 {
		height: 12px;
		font-size: 12px;
		line-height: 12px;
		padding-left: 15px;
	}
	.news_list a.txt .p3 i {
		height: 12px;
		width: 12px;
		background-size: 80%;
	}
	.news_list .item:hover a.pic {
		width: 160px;
		height: 115px;
		left: 0;
		top: 0;
	}
}

.feedback-form .title {
	padding: 18px 40px;
	color: #333333;
	font-size: 14px;
	text-align: left;
	line-height: 23px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.feedback-form .title:after {
	display: none;
}

.feedback-form .form-group .sure {
	padding: 7px 38px;
	border: none;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	background: #df0024
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.feedback-form .col-sm-11 {
	padding-left: 8px;
}

@media only screen and (max-width: 992px) {
	.feedback-form .title {
		padding: 18px 18px;
		font-size: 14px;
		line-height: 22px;
		width: 100%;
		margin-bottom: 30px;
	}
	.form-group>div {
		padding-left: 0 !important;
		padding-right: 0;
		width: 77% !important;
	}
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
		padding-left: 0;
		padding-right: 0;
		font-weight: normal;
		width: 23% !important;
	}
	.feedback-form .col-xs-offset-2 {
		margin-left: 23% !important;
	}
}

.erweima_box {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}

.erweima_box img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	height: 150px;
	width: 150px;
}


/*job*/

.job .panel-heading .panel-title span {
	float: right;
	font-size: 80%;
	margin-top: 3px;
}

.job .panel-heading .panel-title em {
	color: #F00;
	font-style: normal
}

.job .panel-body .job_ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
}

.job .panel-body .job_ul li {
	margin-bottom: 5px;
}

.job .job_content .tab-content {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none
}

.job .job_content .nav-tabs .active a {
	background: #f5f5f5;
	font-weight: bold;
	border-bottom-color: #f5f5f5
}